home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / dbus-1 / system.d / org.freedesktop.ModemManager.conf < prev    next >
Encoding:
Text File  |  2010-12-28  |  476 b   |  18 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.   <!-- This config allows anyone to control ModemManager -->
  6.  
  7.   <policy context="default">
  8.     <allow send_destination="org.freedesktop.ModemManager"/>
  9.   </policy>
  10.  
  11.   <policy user="root">
  12.     <allow own="org.freedesktop.ModemManager"/>
  13.   </policy>
  14.  
  15.   <limit name="max_replies_per_connection">512</limit>
  16. </busconfig>
  17.  
  18.